home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / autonum.arc / AUTO.APP next >
Text File  |  1986-10-24  |  528b  |  17 lines

  1. *( ══════════════════════════════════════════ )
  2. *( AUTO.APP    AUTOMATIC NUMBERING            )
  3. *( August 28, 1986   Author: CNS              )
  4. *( This procedure requires a computed column  )
  5. *( FLAG INT  where expression is (1*1)        )
  6. *( Var MAXID is the starting ID               )
  7. *( Var CNTR is used in the form               )
  8. *( ══════════════════════════════════════════ )
  9. CLE ALL VAR
  10. SET RULES OFF
  11. SET ZERO  ON
  12. SET V CNTR INT
  13. SET V MAXID INT
  14. COMPUTE MAXID AS MAX ID# FROM TABLE1
  15. ENTER NUMBER
  16. RETURN
  17.